PXC Documentation

PXC Home

Array Convolute

1.18.0

Apply convolution between 2 number arrays.



Node Data

Values

Display name

Array Convolute

Internal name

Node_Array_Convolute

Inheritances

node
node_array_convolute

Inputs

node_array_convolute

float

Array

float

Kernel

enum

Boundary

Outputs

node_array_convolute

float

Array

Apply a convolution operation to an array. A convolution operation is a mathematical operation that iterate to each array member in Array, multiply it by another array (Kernel) and sum the results.


The output array will have the same length as the input array.



Properties


Array


The original array.


Kernel


The kernel array. This array will be multiplied with each element of the Array.